Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged VSG master into 1.0 branch in prep for 1.0.9-rc1 #932

Merged
merged 76 commits into from
Aug 24, 2023

Conversation

robertosfield
Copy link
Collaborator

No description provided.

timoore and others added 30 commits August 2, 2023 09:16
Argv is specified both by the length of argc and a trailing
nullptr. The motivation for this fix is unpleasant behavior in Qt,
which under Windows presents the user's main() function with an argv
built up using new and delete. However, this is a useful invariant in
general.
Write nullptr to end of argv array after shifting it
[FIXED] typos found in code review
[ADDED] ClearColorImage and ClearDepthStencilImage
[FIXED] infinite loop on VK_ERROR_DEVICE_LOST
Currently assumes location of glTF-Sample-Model and availabiliyt of vsgshaderssets.
Updated outdated function description
Properly implemented vsg::getDirectoryContents on the Windows platform
Fixed up reference to structure member
robertosfield and others added 29 commits August 18, 2023 10:06
…er handles the ordering of nested hierachies.
[FIXED] counting of duplicate entries in _availableDescriptorPoolSizes
Fix typo and elaborate Windows instructions
Nested and submitOrder command graph support
…e now properly reported as being pressed if a non-modifier key was pressed or released. This fixes issue #919
[FIX] fixed reporting of modifier keys on the Windows platform
[FIXED] duplicate entries in VkDescriptorPoolSizes
About getAvailability in Descriptor Pool
@robertosfield robertosfield merged commit e36a414 into VulkanSceneGraph-1.0 Aug 24, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants